Vcenter NamespaceManagement Networks Edges NSXAdvancedLBConfig
Vcenter NamespaceManagement Networks Edges NSXAdvancedLBConfig schema is used to describe the NSX Advanced Load Balancer configuration.
This schema was added in vSphere API 8.0.0.1.
{
"server": {
"host": "string",
"port": 0
},
"username": "string",
"password": "string",
"certificate_authority_chain": "string",
"cloud_name": "string"
}
Vcenter NamespaceManagement Networks Edges NSXAdvancedLBConfig.server is the address for the Avi Controller, used to configure Virtual Servers.
This property was added in vSphere API 8.0.0.1.
Vcenter NamespaceManagement Networks Edges NSXAdvancedLBConfig.username is used by the Avi Kubernetes Operator to program the Avi Controller.
This property was added in vSphere API 8.0.0.1.
Vcenter NamespaceManagement Networks Edges NSXAdvancedLBConfig.password is the password for the username.
This property was added in vSphere API 8.0.0.1.
Vcenter NamespaceManagement Networks Edges NSXAdvancedLBConfig.certificate_authority_chain contains PEM-encoded CA chain which is used to verify x509 certificates received from the server.
This property was added in vSphere API 8.0.0.1.
The cloud name for the Avi Controller.
This property was added in vSphere API 8.0.2.00300.
Only set if custom cloud name is configured for this Avi Controller. If missing or null
, it defaults to "Default-Cloud".